.NET Aspire 8.2 is here with some nice updates for components... we mean integrations! Learn more about this rename, what it means for you, and what the teams has been adding to testing in .NET Aspire!
Explore the core features of .NET Aspire and how it enhances the developer experience for building cloud-native applications. This session will demonstrate building .NET Aspire apps with Visual Studio and VS Code, so you can choose the best tool for your workflow. We'll then cover Azure Developer CLI (AZD) integration and the "azd up" experience, showcasing how .NET Aspire and AZD work together to seamlessly move your locally-running app to the cloud!
Let's take a look at what is new with .NET Aspire 8.1 for building cloud native applications!
.NET Aspire Developers Day is a full-day event packed with valuable sessions on coding, languages, and frameworks. Our goal is simple: to show you how easy it is to harness the power of .NET Aspire, why it's essential for modern development, and how you can leverage a vibrant community for support and innovation.
Join us on July 23, 2024, for .NET Aspire Developers Day, a livestream event to elevate your .NET skills with keynotes, deep dives, and interactive sessions. Connect with experts and the community.
Aspirant is a set of extensions and experiments for .NET Aspire App Host projects.
.NET Aspire uses Telemetry data to determine how a service is operating. This includes the number of requests it is handling, how long each request takes, and how many errors have occurred. Telemetry in .NET Aspire can take three forms: logs, traces, and metrics. Overall, telemetry helps achieve the primary goal of .NET Aspire, which is to ensure that apps are straightforward to debug and diagnose.
.NET Aspire service defaults consist of helping methods and tools to manage the configurations for OpenTelemetry, health checks, environment variables, and more. These tools ensure your cloud-native application works across different environments reliably and securely.
.NET Aspire service discovery helps applications to find each other. Distributed applications consist of multiple services that talk to each other over the network.
The .NET Aspire Dashboard is a comprehensive tool for application diagnostics and monitoring. The dashboard allows you to closely track various aspects of your app, including logs, traces, and environment configurations, in real-time.